All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Screen
NSScreen
.
[[NSScreen
alloc] init]
.
+ deepestScreen
Objective-C class method.
- depth
Objective-C instance method.
- deviceDescription
Objective-C instance method.
- frame
Objective-C instance method.
+ mainScreen
Objective-C class method.
+ screens
Objective-C class method.
- visibleFrame
Objective-C instance method.
protected Screen(boolean shouldAllocate, int objcObject)
public Screen()
[[NSScreen
alloc] init]
.
public static native Array screens()
+ screens
Objective-C class method.
public static native Screen mainScreen()
+ mainScreen
Objective-C class method.
public static native Screen deepestScreen()
+ deepestScreen
Objective-C class method.
public native int depth()
- depth
Objective-C instance method.
public native Rect frame()
- frame
Objective-C instance method.
public native Rect visibleFrame()
- visibleFrame
Objective-C instance method.
public native Dictionary deviceDescription()
- deviceDescription
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index